home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gucharmap.postinst < prev    next >
Text File  |  2009-09-21  |  457b  |  20 lines

  1. #!/bin/sh
  2. # -*- coding: utf-8 -*-
  3. # Post-installation script for gucharmap
  4. # Copyright ┬⌐ 2003 Colin Walters <walters@debian.org>
  5.  
  6. set -e
  7.  
  8. # Automatically added by dh_installmenu
  9. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  10.     update-menus
  11. fi
  12. # End automatically added section
  13. # Automatically added by dh_gconf
  14. if [ "$1" = "configure" ]; then
  15.     gconf-schemas --register gucharmap.schemas 
  16. fi
  17. # End automatically added section
  18.  
  19.  
  20.